home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 915 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  947 b 

  1. Path: hickory.soton.ac.uk!newsmaster
  2. From: jcridge <jcridge@mail.soton.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: BC++ v4.02 : Huge memory model pointers
  5. Date: 8 Jan 1996 10:53:28 GMT
  6. Organization: Computing Services, University of Southampton
  7. Message-ID: <4cqt38$ce@hickory.soton.ac.uk>
  8. NNTP-Posting-Host: jcridge.maths.soton.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  13.  
  14. If I compile and link using the huge memory model option in "Project Options", do I actually 
  15. need to use the 'huge' keyword anywhere in my program, or does the compiler/linker take care of 
  16. all this ? I would hope that the answer to the latter is 'yes', otherwise it seems I will have 
  17. to do alot of extra typing when swithcing memory models... 
  18.  
  19. Either way, does anyone know of any reason why a call to 'getch()' might crash the system under 
  20. the huge memory model option ? 
  21.  
  22.